home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / sauter.zip / BOLD2MAT.MF < prev    next >
Text File  |  1990-09-16  |  2KB  |  45 lines

  1. % Modify a set of "bold" parameters to make them suitable for a
  2. % bolded math font.  This is used to turn CMBX into CMBSY and CMMIB.
  3.  
  4. crisp#:=          % diameter of serif corners
  5.     ((crisp#*360pt#) + (design_size * 13))/360pt#;
  6.  
  7. stem#:=           % lowercase stem breadth
  8.     ((stem#*360pt#) - (design_size * 1))/360pt#;
  9.  
  10. curve#:=          % lowercase curve breadth
  11.     ((curve#*360pt#) - (design_size * 1))/360pt#;
  12.  
  13. ess#:=            % breadth in middle of lowercase s
  14.     ((ess#*360pt#) - (design_size * 2))/360pt#;
  15.  
  16. flare#:=          % diameter of bulbs or breadth of terminals
  17.     ((flare#*360pt#) - (design_size * 3))/360pt#;
  18.  
  19. cap_stem#:=       % uppercase stem breadth
  20.     ((cap_stem#*360pt#) - (design_size * 1) - 0.0004)/360pt#;
  21.  
  22. cap_curve#:=      % uppercase curve breadth
  23.     ((cap_curve#*360pt#) - (design_size * 2) + 0.0025)/360pt#;
  24.  
  25. cap_ess#:=        % breadth in middle of uppercase s
  26.     ((cap_ess#*360pt#) - (design_size * 2))/360pt#;
  27.  
  28. jut#:=            % protrusion of lowercase serifs
  29.     ((jut#*360pt#) + (design_size * 2))/360pt#;
  30.  
  31. o#:=              % amount of overshoot for curves
  32.     ((o#*360pt#) + (design_size * 2))/360pt#;
  33.  
  34. apex_o#:=         % amount of overshoot for diagonal junctions
  35.    ((apex_o#*360pt#) + (design_size * 3) + 0.001)/360pt#;
  36.  
  37. slant:=           % tilt ratio $(\Delta x/\Delta y)$
  38.     0.25;
  39.  
  40. variant_g:=       % should an italic-style g be used?
  41.     true;
  42.  
  43. math_fitting:=    % should math-mode spacing be used?
  44.     true;
  45.